PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.richmedia Package / PDFRichMediaAnnotation Class / setRichMediaPayload Method
THe rich media payload of the annotation.
In This Topic
    setRichMediaPayload Method
    In This Topic
    Sets the rich media payload.
    Syntax
    public void setRichMediaPayload( 
       byte[] richMediaPayload
    )

    Parameters

    richMediaPayload
    THe rich media payload of the annotation.
    Exceptions
    ExceptionDescription
    When richMediaPayload is null.
    See Also